unsigned type造句
例句與造句
- To call a windows function that takes an unsigned type
調(diào)用采用無符號類型的windows函數(shù) - Rather than unsigned types unless memory is at a premium
而不是無符號類型,除非內(nèi)存不足。 - Is an unsigned type and cannot represent a negative value
是一個無符號類型,不能表示負(fù)數(shù)。 - Is an unsigned type , it cannot represent a negative number
是無符號類型,所以它不能表示負(fù)數(shù)。 - How to : call a windows function that takes unsigned types
>如何:調(diào)用采用無符號類型的windows函數(shù) - It's difficult to find unsigned type in a sentence. 用unsigned type造句挺難的
- How to : optimize storage of positive integers with unsigned types
>如何:使用無符號類型優(yōu)化正整數(shù)的存儲 - As well as on unsigned types
)和無符號類型( - Data types and how to interface with functions that use unsigned types
數(shù)據(jù)類型以及如何與使用無符號類型的函數(shù)交互。 - Is of any unsigned type , the vacated positions are always set to zero
的類型是任一種無符號類型,空出的位置將始終設(shè)置為零。 - Is positive , or if its data type is an unsigned type , the vacated positions are set to zero
為正值,或者其數(shù)據(jù)類型為無符號類型,則空出的位置將設(shè)置為零。 - In terms of performance , each unsigned type is exactly as efficient as its corresponding signed type
就性能而言,每個無符號類型與相應(yīng)的有符號類型的效率一樣。 - If you know that your variable never needs to hold a negative number , you can use the unsigned types
如果您知道您的變量永遠不需要存儲負(fù)數(shù),可以使用“無符號類型”